home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4542 / rshade30 / readme.st < prev    next >
Text File  |  1993-09-06  |  1KB  |  31 lines

  1. Here's a binary for Rayshade V3.0. Sorry, I don't have diffs at the
  2. moment (having banished the source from my disk some time ago).
  3.  
  4. Be sure to read README and COPYRIGHT - they are from the source
  5. distribution. This package is distributed under the same conditions
  6. as the source code.
  7.  
  8. As I haven't got the Utah RLE toolkit, I compiled this to generate MTV format
  9. output. This is really simple(-minded):
  10.  
  11.     - one line of *text* giving width and height of the image in pixels
  12.     - 3*width*height bytes of *binary data* giving RGB values for the
  13.       pixels (24 bit each).
  14.  
  15. As a normal ST isn't equipped to handle 24 bit color, I added a small program
  16. based on John Logajan's 22-level grayscale code. You can use this to view
  17. your creations on a *color* monitor. Feel free to distribute it.
  18.  
  19. Since there are so many idiots out there, here's the usual disclaimer:
  20.  
  21. THE FILES IN THIS ARCHIVE ARE DISTRIBUTED "AS IS", WITHOUT ANY WARRANTY.
  22. USE THEM AT YOUR OWN RISK, OR DON'T USE THEM *AT ALL*. I WILL ASSUME NO
  23. RESPONSIBILITY FOR ANY DAMAGES YOU OR THIRD PARTIES SUFFER FROM USING
  24. OR NOT BEING ABLE TO USE THIS PACKAGE. NEITHER WILL THE AUTHORS OF THE
  25. PROGRAM.
  26.  
  27.  
  28.     Jens Kilian
  29.     jensk@hpbbrn.bbn.hp.com
  30.     
  31.